Fix ChangeLog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 22 May 2012 18:31:19 +0000 (20:31 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 22 May 2012 18:31:19 +0000 (20:31 +0200)
doc/emacs/ChangeLog
doc/misc/ChangeLog
lisp/ChangeLog
src/ChangeLog

index 0c524f7d23981edb968779a6f18fcd3e7baea002..8a17c03030c76894cc689ac36260258db8581070 100644 (file)
        (Input Methods): Copyedits.  Use "^" for the postfix example,
        because it is less confusing inside Info's `quotes'.
 
-       * custom.texi (Specifying File Variables):  Fix "unibyte" description.
+       * custom.texi (Specifying File Variables): Fix "unibyte" description.
        Update for "Disabling Multibyte" node name change.
        * emacs.texi: Update for "Disabling Multibyte" node name change.
 
index 8ae8750814de7480a4158312190e6f8ebf36d919..ff74205a38712a023b39b187b65a4060658b2c42 100644 (file)
        * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
        release 8.3.
        (Preface): Updated support information.
-       (From Bill Wohler): Reset text to original version. As a
+       (From Bill Wohler): Reset text to original version.  As a
        historical quote, the tense should be correct in the time that it
        was written.
 
 
 2011-08-15  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
 
-       * org.texi (Images in LaTeX export): rewrite.
+       * org.texi (Images in LaTeX export): Rewrite.
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (Using the mapping API): mention 'region as a possible
+       * org.texi (Using the mapping API): Mention 'region as a possible
        scope for `org-map-entries'.
 
 2011-08-15  Carsten Dominik  <carsten.dominik@gmail.com>
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (Template expansion): order template sequences in the
+       * org.texi (Template expansion): Order template sequences in the
        proper order.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 2011-08-15  Achim Gratz  <stromeko@nexgo.de>
 
-       * org.texi: document that both CLOCK_INTO_DRAWER and
+       * org.texi: Document that both CLOCK_INTO_DRAWER and
        LOG_INTO_DRAWER can be used to override the contents of variable
        org-clock-into-drawer (or if unset, org-log-into-drawer).
 
-       * org.texi: replace @xref->@pxref.
+       * org.texi: Replace @xref->@pxref.
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
 
 2011-08-15  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi (Structure of code blocks): explicitly state that the
+       * org.texi (Structure of code blocks): Explicitly state that the
        behavior of multiple blocks of the same name is undefined
 
 2011-08-15  Christian Egli  <christian.egli@sbszh.ch>
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
-       * org.texi (LaTeX and PDF export): add a note about a limitation
+       * org.texi (LaTeX and PDF export): Add a note about a limitation
        of the LaTeX export: the org file has to be properly structured.
 
 2011-08-15  Bastien Guerry  <bzg@gnu.org>
 
 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
 
-       * org.texi: multi-line header arguments :PROPERTIES: :ID:
+       * org.texi: Multi-line header arguments :PROPERTIES: :ID:
        b77c8857-6c76-4ea9-8a61-ddc2648d96c4 :END:.
 
 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
index 1b7e50b19c66644fc3ffd8ae6bb29123f8ac1f6f..7846b8a975c4b9cf6f79ea091119cc7ecbd330b1 100644 (file)
@@ -3,7 +3,7 @@
        * progmodes/which-func.el (which-func-ff-hook):
        Check against user-error, not error.
 
-       * emacs-lisp/edebug.el (top): Do not load or setup up loading of
+       * emacs-lisp/edebug.el (top): Do not load or set up loading of
        cl-specs.el, which no longer exists.
 
 2012-05-22  Glenn Morris  <rgm@gnu.org>
@@ -66,7 +66,7 @@
 
        * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
        New functions.
-       (math-function-table):  Add support for more C functions.
+       (math-function-table): Add support for more C functions.
 
 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
 
index 296ce139cbfe8ad4d4fa8efc55c6f631327a7346..5f0af1048e626041b9e54c5d98bab9f898493de1 100644 (file)
@@ -58,7 +58,7 @@
 2012-05-20  Ken Brown  <kbrown@cornell.edu>
 
        * gmalloc.c (_free_internal_nolock, _realloc_internal_nolock)
-       [CYGWIN]:  Cast ptr to (char *) before comparing to _heapbase.
+       [CYGWIN]: Cast ptr to (char *) before comparing to _heapbase.
 
 2012-05-19  Ken Brown  <kbrown@cornell.edu>
 
 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
        Modernize and clean up gmalloc.c to assume C89 (Bug#9119).
-       * gmalloc.c: (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
+       * gmalloc.c (_MALLOC_INTERNAL, _MALLOC_H, _PP, __ptr_t)
        (__malloc_size_t, __malloc_ptrdiff_t):
        Remove.  All uses removed, replaced by the definiens if needed,
        since we can assume C89 or better now.